html {
    scroll-behavior: smooth;
}
* {
    box-sizing: border-box;
}
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 300;
    src: local(""), url(../fonts/open-sans-v29-latin_cyrillic-300.woff2) format("woff2"), url(../fonts/open-sans-v29-latin_cyrillic-300.woff) format("woff");
}
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    src: local(""), url(../fonts/open-sans-v29-latin_cyrillic-regular.woff2) format("woff2"), url(../fonts/open-sans-v29-latin_cyrillic-regular.woff) format("woff");
}
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 600;
    src: local(""), url(../fonts/open-sans-v29-latin_cyrillic-600.woff2) format("woff2"), url(../fonts/open-sans-v29-latin_cyrillic-600.woff) format("woff");
}
body {
    font-family: Arial, Open-sans;
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
    color: #1b1b1b;
}
header,
main,
section {
    display: block;
}
.header {
    overflow: hidden;
    color: #fff;
    padding: 10px 0;
    text-align: center;
    height: 120px;
}
.header__contact {
    padding: 50px;
}
.header__email {
    font-size: 17px;
}
.header__phone {
    font-size: 17px;
    font-weight: 700;
}
.header__ul {
    list-style: none;
    margin: 0;
    display: flex;
    float: right;
}
.header__li {
    margin-right: 50px;
}
.header__obr {
    display: inline-block;
    position: relative;
    top: 5px;
    color: #fff;
    font-size: 17px;
    margin-right: 70px;
    padding-bottom: 3px;
    transition-duration: 0.3s;
}
.header__obr::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #fff;
    visibility: hidden;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out;
}
.header__obr:hover::before {
    visibility: visible;
    transform: scaleX(1);
}
.nav {
    display: flex;
    justify-content: center;
}
.nav__list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    border-bottom: 2px solid red;
    right: 50px;
}
.header__nav {
    position: absolute;
    right: 0;
}
.navitem {
    display: inline-block;
    position: relative;
    color: #fff;
    font-weight: 700;
    font-size: 17px;
    margin-right: 100px;
    padding-bottom: 15px;
    transition-duration: 0.3s;
    text-shadow: 0, 7 0, 7 0 #000, 0, 7 0, 7 0 #000, 0, 7 0, 7 0 #000, 0, 7 0, 7 0 #000;
}
.navitem::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: 0;
    left: 0;
    background-color: red;
    visibility: hidden;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out;
}
.navitem:hover::before {
    visibility: visible;
    transform: scaleX(1);
}
.nav__link {
    color: #fff;
    font-size: 14px;
}
.main-content {
    margin-top: 80px;
    padding: 20px;
}
.flexx {
    display: flex;
}
.image_backr-d {
    background-image: url(/img/17066889250996.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}
.hero {
    text-align: center;
    padding: 20px 0;
    flex: 1;
}
.hero_form {
    flex: 1;
}
.hero__title {
    font-size: 50px;
    margin-bottom: 10px;
    font-weight: 800;
    color: #fff;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
.hero__description {
    font-size: 18px;
    margin-bottom: 20px;
    color: #fff;
    max-width: 80%;
    text-align: center;
    margin: 0 auto;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
.form {
    max-width: 400px;
    margin: 0 auto;
}
.form__label {
    display: block;
    margin-bottom: 5px;
}
.form__input {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
}
.form__submit-button {
    background-color: #f60;
    color: #fff;
    padding: 10px 20px;
    border: none;
    font-size: 16px;
    cursor: pointer;
}
.info {
    height: 100vh;
    margin: 0 auto;
    background-image: url(/img/image_15.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.info_h2 {
    font-size: 48px;
    text-align: center;
    padding-top: 70px;
}
.info_p {
    text-align: center;
    font-size: 25px;
    margin-bottom: 90px;

}
ul {
    list-style: none;
    padding: 0;
}
.info_kont {
    display: flex;
    justify-content: center;
    position: relative;
    flex-wrap: nowrap;
}
.info_ul {
    line-height: 3.9;
}
.info_li {
    font-size: 20px;
    padding-left: 20px;
    font-weight: 700;
    position: relative;
}
.info_li1 {
    font-size: 20px;
    padding-right: 20px;
    font-weight: 700;
    position: relative;
    text-align: right;
}
.info_kont2 {
    width: 300px;
    height: 300px;
    border: 1px solid red;
    border-radius: 15px;
    margin-left: 70px;
    margin-right: 70px;
    position: relative;
    z-index: 1;
    background-image: url(/img/call-center-design-vector-7953187.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.line-svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
}
.tarif {
    height: 100vh;
}
.tarif {
    height: 100vh;
    margin: 0 auto;
}
.tarif_h2 {
    font-size: 48px;
    text-align: center;
    padding-top: 70px;
}
.tarif_p {
    text-align: center;
    font-size: 25px;
    margin-bottom: 90px;
}
ul {
    list-style: none;
    padding: 0;
}
.tarif_kont {
    display: flex;
    justify-content: center;
    position: relative;
    flex-wrap: nowrap;
}
.card-img-top{
    width: 98%;
    height: 149px;
    display: block;
    align-items: center;
    padding: 30px;
    transition-duration: .3s;
}
.btn{
    width: 100%;

}
.kart{
    height: auto;

    align-items: center;
    text-align: center;
    margin-right: 10px;
    -webkit-box-shadow: 2px 5px 8px 3px rgba(34, 60, 80, 0.28);
    -moz-box-shadow: 2px 5px 8px 3px rgba(34, 60, 80, 0.28);
    box-shadow: 2px 5px 8px 3px rgba(34, 60, 80, 0.28);
    transition-duration: .3s;
}
.kart:hover{
    -webkit-box-shadow: -1px 16px 32px -1px rgba(34, 60, 80, 0.42);
    -moz-box-shadow: -1px 16px 32px -1px rgba(34, 60, 80, 0.42);
    box-shadow: -1px 16px 32px -1px rgba(34, 60, 80, 0.42);
    transition-duration: .3s;
}
.card{
    width: 18rem;
}
.bss{
    display: block;
    margin: 0 auto;
    position: relative;
    left: 18px;
    width: 300px;
}
.advantages_h2 {
    font-size: 48px;
    text-align: center;
    padding-top: 70px;
}
.On{
    margin-bottom: 90px;
}
.advantages_kont{
    display: flex;
    justify-content: center;
    position: relative;
    flex-wrap: wrap;
}
.cards-img-top{
    width: 100px;
    margin: 70px;
}
.advantages_c{
    width: 370px;
    height: 420px;
    margin-bottom: 15px;
    margin-right: 40px;
    overflow: hidden;
    align-items: center;
    text-align: center;
    margin-right: 10px;
}
.advantages_kont5{
    width: 600px;
    height: 400px;
    background-image: url(/img/pngwing.com.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.form_12{
    background-image: url(/img/fon-plane.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: centerx;
}
.form_12_h2{
    font-size: 48px;
    text-align: center;
    padding-top: 70px;
}
.form12_kont{
    display: flex;
    justify-content: center;
    position: relative;
    flex-wrap: nowrap;
    align-items: center;
}
.form_12_p{
    background-color: #ffffff;
    border-radius: 10px;
    padding: 20px;
    font-size: 17px;
    font-weight: 600;
}
.form12_kont1,
.form12_kont2{
    width: 49%;
}
.feedback-form {
    max-width: 400px;
    margin: 50px auto;
    padding: 20px;
    background-color: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.623);
    transition: all 0.3s ease;
    color: #000;
}

.feedback-form h2 {
    color: #1d1d1d;
    text-align: center;
    font-weight: 700;
}

.feedback-form input[type="text"],
.feedback-form textarea {
    
    width: 100%;
    padding: 10px;
    margin: 5px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
    border-radius: 50px;
}

#feedback-message {
    margin-top: 10px;
    text-align: center;
}
.footer{
    background-color: #242424;
}
.logo{
    position: absolute;
    left: 100px;
    top: 50px;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 50%;
}
.logo_img{
    width: 300px;
    height: 169px;
}
.footer_logo{
    position: relative;
    top:-20px;
    display: block;
    width: 178px;
    height: 118px;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 50%;
    margin-bottom: 20px;
}
.footer_logo_img{
    width: 140px;
    height: 80px;
}    
.footer_p{
    color:#ccc;
}
.footer_kont{
    padding-top: 7  0px;
    display: flex;
    justify-content: space-around;
    position: relative;
    flex-wrap: nowrap;
}
.footer_kont1{
    line-height: 0.7;
}
.footer_kont2{
    line-height: 0.7;
}
.kont_f{
    margin-right: 50px;
}
.footer_h2{
    color: #ccc;
    margin-bottom: 50px;
}
.footer{
    padding-top:70px ;
}
.footer_ul{
    display: flex;
    justify-content: center;
}
.footer_li{
    margin-right: 10px;
}
/* .footer_li:nth-child(1){
    width: 30px;
    height: 30px;
    background-image:url(/img/free-icon-viber-3670059.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
} */
.footer_li{
    width: 30px;
    height: 30px;
    background-image:url(/img/free-icon-whatsapp-3670051.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
/* .footer_li:nth-child(3){
    width: 30px;
    height: 30px;
    background-image:url(/img/telegram.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
} */
.phone_calling{
    width: 20px;
    height: 20px;
    margin: 10px;
    
}
.obert{
    margin: 50px    ;
}
.arrowq{
    position: relative;
    width: 100px;
    height: 100px;
    margin: 30px;
}